Getting Started with ASP.NET Web Forms
Step 1 of 3: Create an Application
Theming > ThemeRoller for Visual Studio > ThemeRoller for Visual Studio Quick Start > Step 1 of 3: Create an Application

In this step, you will create an application in Visual Studio, add the appropriate assembly references, and add a ASP.NET Web Forms Edition control to the application.

Follow these steps:

  1. From the Visual Studio File menu select New │Project. The New Project dialog box will appear.
  2. In the New Project dialog box expand a language in the left-hand pane and select Web. In the right pane, choose ASP.NET Empty Web Application, enter a Name for your application, and select OK. A new application will be created.
  3. In the Solution Explorer, right-click the project and choose Add Reference.
  4. In the Add Reference dialog box, locate and select the C1.Web.Wijmo.Controls.4 and C1.Web.Wijmo.Controls.Design.4 assemblies and click OK. The references will be added.
  5. While in Design view, navigate to the Visual Studio Toolbox and double-click the C1Calendar icon to add a C1Calendar control to the page.

You have created a Visual Studio ASP.NET application, added the appropriate assembly references, and added a C1Calendar control to the application. In the next step, you will customize the C1Calendar control using ThemeRoller for Visual Studio.